home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / User Contributions / zebu v3.3.3 (LALR parser) / clean < prev    next >
Encoding:
Text File  |  1994-09-12  |  280 b   |  10 lines  |  [TEXT/ttxt]

  1. #! /bin/csh
  2.     echo Deleting domain files 
  3.     find .  \( -name '[0-9]*-domain*' \) -type f -print -exec rm {} \;
  4.     find ./test  \( -name '[0-9]*-domain*.*' -o -name '*~' \) -type f -print -exec rm {} \;
  5.     echo Deleting tab files in directory test
  6.     rm test/*.tab
  7.     rm test/binary/*.tab
  8.  
  9.  
  10.